home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 4.adf / 204inc_i.lzh / libraries / translator.i < prev   
Text File  |  1991-03-14  |  532b  |  23 lines

  1.     IFND    LIBRARIES_TRANSLATOR_I
  2. LIBRARIES_TRANSLATOR_I    SET    1
  3. **
  4. **    $Filename: libraries/translator.i $
  5. **    $Release: 2.04 $
  6. **    $Revision: 36.1 $
  7. **    $Date: 90/12/13 $
  8. **
  9. **    Useful definitions for translator.library
  10. **
  11. **    (C) Copyright 1988, 1989, 1990 Commodore-Amiga Inc. and
  12. **    Joseph Katz/Mark Barton.  All rights reserved.
  13. **
  14.  
  15.  
  16. *        ;------    Translator error codes
  17. TR_NotUsed    EQU    -1        ;This is an often used system rc
  18. TR_NoMem    EQU    -2        ;Can't allocate memory
  19. TR_MakeBad    EQU    -4        ;Error in MakeLibrary call
  20.  
  21.  
  22.     ENDC    ; LIBRARIES_TRANSLATOR_I
  23.